home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
SourceCode
/
MiscKit1.7.1
/
MiscKitArchive.mbox
/
mbox
/
000276_misckit-reques…aska.et.byu.edu_Tue Oct 11 08:51:43 1994.msg
< prev
next >
Wrap
Internet Message Format
|
1994-10-30
|
2KB
Return-Path: <misckit-request@alaska.et.byu.edu>
Received: from alaska.et.byu.edu by darth.byu.edu (NX5.67e/NX3.0M)
id AA00780; Tue, 11 Oct 94 08:51:22 -0600
Received: from yvax1.byu.edu by alaska.et.byu.edu; Tue, 11 Oct 1994 06:11:27 -0600
Received: from DIRECTORY-DAEMON by yvax.byu.edu (PMDF V4.3-10 #7277)
id <01HI51TNHC809N6FJC@yvax.byu.edu>; Tue, 11 Oct 1994 06:11:29 -0600 (MDT)
Received: from alaska.et.byu.edu by yvax.byu.edu (PMDF V4.3-10 #7277)
id <01HI51TKHVZ493I847@yvax.byu.edu>; Tue, 11 Oct 1994 06:11:25 -0600 (MDT)
Received: from yvax1.byu.edu by alaska.et.byu.edu; Tue,
11 Oct 1994 06:04:32 -0600
Received: from DIRECTORY-DAEMON by yvax.byu.edu (PMDF V4.3-10 #7277)
id <01HI51L399LC9N6FJC@yvax.byu.edu>; Tue, 11 Oct 1994 06:04:34 -0600 (MDT)
Received: from anke.imsd.uni-mainz.DE by yvax.byu.edu (PMDF V4.3-10 #7277)
id <01HI51IQ2UWG920EJI@yvax.byu.edu>; Tue, 11 Oct 1994 06:04:31 -0600 (MDT)
Received: from n1 by anke.imsd.uni-mainz.DE (NX5.67e/NX3.0M) id AA01261; Tue,
11 Oct 94 13:01:11 +0100
Received: by n1.imsd.uni-mainz.DE (NX5.67e/NX3.0X) id AA09257; Tue,
11 Oct 94 13:01:22 +0100
Received: by NeXT.Mailer (1.100)
Received: by NeXT Mailer (1.100)
Date: Tue, 11 Oct 1994 13:01:22 +0100
From: Uwe Nauerth <nauerth@anke.imsd.uni-mainz.DE>
Subject: Compiler problems with MiscString
To: misckit@byu.edu
Cc: nauerth@anke.imsd.uni-mainz.DE
Message-Id: <9410111201.AA01261@anke.imsd.uni-mainz.DE>
Content-Transfer-Encoding: 7BIT
I have some problems using the MiscString class. The compiler reports
the following errors:
/LocalDeveloper/Headers/misckit/MiscString.h:434:
missing category name, found `)'
/LocalDeveloper/Headers/misckit/MiscString.h:434:
illegal interface declaration, missing `@end'
/LocalDeveloper/Headers/misckit/MiscString.h:441:
illegal method definition, found `+'
.
.
.
/LocalDeveloper/Headers/misckit/MiscString.h:471:
illegal method definition, missing `{' after `file'
/LocalDeveloper/Headers/misckit/MiscString.h:473:
`@end' must appear in an implementation context, found `@end'
What is the problem?
Thanks in advance.